-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload: Support Nuvoton targets #334
Conversation
Thanks, this looks really clean! Really only have one comment which is, I would love to have a way to detect whether the OpenOCD that CMake has found is the Nuvoton version and not the standard version. Otherwise it would be all too easy to accidentally have the wrong one on your PATH. Is there a specific version number that your OpenOCD builds report? |
Nuvoton customized openocd will fix version number to
|
Hmm, next step would be updating FindOpenOCD.cmake to check the version number. I should be able to do that sometime within the next week. |
Okay once #340 is merged, you should be able to add code like set(OPENOCD_VERSION_RANGE 0.10.022...0.10.22) in each of the upload method config files |
Also @ccli8 I have invited you to be a member of the mbed-ce organization on github! Thanks for all your contributions! This should give you access to non-protected branches on the main repository, let you edit the wiki, and let you review PRs. |
@multiplemonomials Thanks, we can make mbed-ce prominent and lasting. |
Support targets include: - NUMAKER_PFM_NANO130 - NUMAKER_PFM_NUC472 - NUMAKER_PFM_M453 - NUMAKER_PFM_M487 - NUMAKER_IOT_M487 - NUMAKER_IOT_M467 - NUMAKER_IOT_M252 - NUMAKER_IOT_M263A - NU_M2354
This adds document to enable openocd upload method for Nuvoton NuMicro Cortex-M series.
942e8e2
to
06fe30a
Compare
Following #340, added openocd version requirement (for Nuvoton fork version) into each config files:
|
Summary of changes
This supports upload method for Nuvoton targets, including:
Pull request type